home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- x_CVAWASTEDlgText.h
-
- Header File For CVAWASTEDlgText Lower-Layer DialogText Class
-
- Copyright © 1996 Dan Crevier. All rights reserved.
-
- Generated by Visual Architect™
-
- This file is rewritten each time you generate code. You should not
- make changes to this file; changes should go in the CVAWASTEDlgText.h
- file, instead.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "_Text.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "CWASTEDlgText.h"
-
- class CDirectorOwner;
-
- class x_CVAWASTEDlgText : public CWASTEDlgText
- {
- public:
-
- TCL_DECLARE_CLASS
-
-
- /** Object I/O **/
- virtual void PutTo(CStream &aStream);
- virtual void GetFrom(CStream &aStream);
- };
-
-